I'm having trouble registering my flows with S3. I...
# prefect-community
j
I'm having trouble registering my flows with S3. I saw on the prefect discourse that there is an undocumented
upload_options
argument to the
S3
block, which is great because I need to specify
ServerSideEncryption
, however, I'm receiving
AccessDenied
Copy code
botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the PutObject operation: Access Denied
1
r