I’m using tigris with elixir and am unsure what option to set when creating a bucket to enable the “allow object acl” feature.
Here is the current code for creating a bucket. I know I need to add an option to the empty list I just have no clue what the value should be.
ExAws.S3.put_bucket("my-cool-bucket", "auto", [])
jmj
March 13, 2025, 4:55pm
2
Hi @tomciopp
For now this bucket setting is manually configurable. You can
Logon to Tigris console at https://console.tigris.dev
Select your org (from top right)
Select your bucket
Go to settings
Toggle on the allow object ACL under Public / Private Access
Hit save
Let me clarify, is there absolutely no way to do this via an API?
jmj
March 13, 2025, 6:43pm
4
There is no official API way to do this yet. I will add an item in our backlog to support enabling this feature via a custom HTTP header during create-bucket.
1 Like
system
Closed
March 20, 2025, 6:44pm
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.