Add sample connection profile for S3 Unitel Technologies#179
Add sample connection profile for S3 Unitel Technologies#179W1lTroyes wants to merge 3 commits intoiterate-ch:mainfrom
Conversation
dkocher
left a comment
There was a problem hiding this comment.
You may want to add the Regions key with a list of supported regions available in the dropdown prompt for users when choosing to create a new bucket.
| <key>Username Configurable</key> | ||
| <true/> | ||
| <key>Region</key> | ||
| <string>fr</string> |
There was a problem hiding this comment.
Can you confirm this is a valid region identifier to use for the AWS4 signature?
There was a problem hiding this comment.
Hello, we offer a self hosted S3 Ring deployed accross 3 Data Centers in the Marseille aera. The service is proposed on a unique Unitel access point.
So in one hand, we shouldn't have to specify Region or AZ, and in the second hand we respect the S3 standard, but not the AWS specific specs :)
Nevertheless, you are right and if use of region, we have to respect the AWS4 standard. Please note that we have to note eu-west-3, which is Paris although the service is provided in Marseille (800km).
I've corrected the region identifier
Best Regards.
There was a problem hiding this comment.
Please test the feature to create new buckets after setting the Regions to either
- A single entry
eu-west-3. - An empty set.
|
Hello, just a follow up :) |
| <key>Region</key> | ||
| <string>eu-west-3</string> |
There was a problem hiding this comment.
| <key>Region</key> | |
| <string>eu-west-3</string> | |
| <key>Region</key> | |
| <string>eu-west-3</string> | |
| <key>Regions</key> | |
| <array/> |
There was a problem hiding this comment.
After several tests with the BackEnd S3 provider, the only working configuration for creating bucket si Region = us-east-1
The backend don't check and support any region configuration, so the only one accepted is the oldest.
This parameter is not important for manage directories and files, but is mandatory for creating bucket.
There was a problem hiding this comment.
You should also provide Regions that define the list of regions available for selection when creating a new bucket.
There was a problem hiding this comment.
We don't have any Region on our private S3 Ring. So there is no choice available.
The only working region for creating bucket with the private S3 backend
|
Just a follow up |
Add a sample profile for S3 Unitel Technologies