You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain hosted S3 buckets, managed by third parties, will give access to only specific datapaths, meaning that the S3 input will always get access denied, because it tries to iterate over the whole S3 bucket.
This only allows you to run the list-objects API inside the specified data path, so it would be great if we had an argument that defines the root datapath in which we run the list-objects API on, else it will just return 403 Access Denied.
The text was updated successfully, but these errors were encountered:
Certain hosted S3 buckets, managed by third parties, will give access to only specific datapaths, meaning that the S3 input will always get access denied, because it tries to iterate over the whole S3 bucket.
For example Cisco managed S3 buckets for Umbrella:
https://docs.umbrella.com/deployment-umbrella/docs/cisco-managed-s3-bucket
This only allows you to run the list-objects API inside the specified data path, so it would be great if we had an argument that defines the root datapath in which we run the list-objects API on, else it will just return 403 Access Denied.
The text was updated successfully, but these errors were encountered: