Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 bucket grantee #8583

Closed
pporada-gl opened this issue Aug 31, 2016 · 6 comments
Closed

S3 bucket grantee #8583

pporada-gl opened this issue Aug 31, 2016 · 6 comments

Comments

@pporada-gl
Copy link

pporada-gl commented Aug 31, 2016

Terraform Version

Terraform v0.7.2

Affected Resource(s)

Please list the resources as a list, for example:

  • aws_s3_bucket

Expected Behavior

I should be able to set a grantee on a bucket. Currently I have to use a null_resource and a local_exec to run

    $ aws s3api put-bucket-acl --bucket mybucket --grant-write id=XXXXXXXXXXXXXXXXX

Actual Behavior

I can't set a grantee on a bucket via specifically the aws_s3_bucket resource though it is supported in the Go SDK.

Important Factoids

The AWS Go SDK supports grants on S3 buckets.
https://github.com/aws/aws-sdk-go/blob/master/models/apis/s3/2006-03-01/api-2.json#L2331

@kwilczynski
Copy link
Contributor

Hi @pporada-gl thank you for taking the time to submit an issue.

This is on my list of things to do, and should be in one of the upcoming releases.

@pporada-gl
Copy link
Author

@kwilczynski Awesome! Is there any sort of TF roadmap? If not, that's ok.

@kwilczynski
Copy link
Contributor

Related to #6139.

@kwilczynski
Copy link
Contributor

@pporada-gl not that I know of, but I will try to get it down in reasonable time frame.

@pporada-gl
Copy link
Author

Everything is taken care of on my end thanks to TF local-exec. I appreciate your work though.

@ghost
Copy link

ghost commented Apr 10, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants