bucket_name | Optional[str] | None | Name of the S3 bucket. Provide exactly one of bucket_name or bucket. |
bucket | Optional[S3Bucket] | None | Pre-configured S3 bucket object. Provide exactly one of bucket_name or bucket. |
key | Optional[str] | None | S3 object key. Provide exactly one of key, object, or prefix. |
object | Optional[S3Object] | None | Pre-configured S3 object. Provide exactly one of key, object, or prefix. |
prefix | Optional[str] | None | S3 object key prefix. Provide exactly one of key, object, or prefix. |
config_id | Optional[str] | None | ID of a registered S3Config storage configuration to load credentials and settings from. Set automatically by S3Config.file() and S3Config.folder(). |