Skip to content

Commit

Permalink
Removed S3 settings from params.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Apr 24, 2024
1 parent ba1096c commit 1c5be67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions params.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,13 @@

/* S3 Support
* =================== */
$accessRegion = "ap-northeast-1"; // This means the Tokyo region.
//$accessRegion = "ap-northeast-1"; // This means the Tokyo region.
// Set the code of the endpoint from https://docs.aws.amazon.com/general/latest/gr/rande.html
$rootBucket = "inter-mediator-developping";
$applyingACL = "bucket-owner-full-control";
//$rootBucket = "inter-mediator-developping";
//$applyingACL = "bucket-owner-full-control";
// 'private|public-read|public-read-write|authenticated-read|aws-exec-read|bucket-owner-read|bucket-owner-full-control'
// You can choose from two ways, specifying key and secret or setting them into the profile file
$s3AccessProfile = "default";
//$s3AccessProfile = "default";
//$s3AccessKey = "";
//$s3AccessSecret = "";
// Profile can push any credentials out of codes. The profile is prior than key/secret.
Expand Down

0 comments on commit 1c5be67

Please sign in to comment.