Skip to content

Add sample connection profile for S3 Unitel Technologies#179

Open
W1lTroyes wants to merge 3 commits intoiterate-ch:mainfrom
W1lTroyes:add-profile-S3-Unitel-Technologies
Open

Add sample connection profile for S3 Unitel Technologies#179
W1lTroyes wants to merge 3 commits intoiterate-ch:mainfrom
W1lTroyes:add-profile-S3-Unitel-Technologies

Conversation

@W1lTroyes
Copy link
Copy Markdown

Add a sample profile for S3 Unitel Technologies

@dkocher dkocher linked an issue Feb 21, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

@dkocher dkocher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread S3 Unitel Technologies Outdated
<key>Username Configurable</key>
<true/>
<key>Region</key>
<string>fr</string>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you confirm this is a valid region identifier to use for the AWS4 signature?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please test the feature to create new buckets after setting the Regions to either

  • A single entry eu-west-3.
  • An empty set.

@W1lTroyes
Copy link
Copy Markdown
Author

Hello, just a follow up :)

Comment thread S3 Unitel Technologies Outdated
Comment on lines +19 to +20
<key>Region</key>
<string>eu-west-3</string>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<key>Region</key>
<string>eu-west-3</string>
<key>Region</key>
<string>eu-west-3</string>
<key>Regions</key>
<array/>

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should also provide Regions that define the list of regions available for selection when creating a new bucket.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Copy Markdown
Author

@W1lTroyes W1lTroyes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added the working region us-east-1

@W1lTroyes
Copy link
Copy Markdown
Author

Just a follow up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add connection profile for … S3 Ring provider Unitel Technologies

2 participants