class S3FilesStore:
Undocumented
Constant | AWS_ACCESS_KEY_ID |
Undocumented |
Constant | AWS_ENDPOINT_URL |
Undocumented |
Constant | AWS_REGION_NAME |
Undocumented |
Constant | AWS_SECRET_ACCESS_KEY |
Undocumented |
Constant | AWS_USE_SSL |
Undocumented |
Constant | AWS_VERIFY |
Undocumented |
Constant | HEADERS |
Undocumented |
Constant | POLICY |
Undocumented |
Method | __init__ |
Undocumented |
Method | _get_boto_key |
Undocumented |
Method | _headers_to_botocore_kwargs |
Convert headers to botocore keyword agruments. |
Method | persist_file |
Upload file to S3 storage |
Method | stat_file |
Undocumented |
Instance Variable | bucket |
Undocumented |
Instance Variable | prefix |
Undocumented |
Instance Variable | s3_client |
Undocumented |