Method |
Description |
|
cp ( $args ) |
Copy files to / from the uploads directory. Use s3://bucket/location for S3 |
|
create_iam_user ( $args, $args_assoc ) |
Create an AWS IAM user for S3 Uploads to user |
|
disable ( $args, $assoc_args ) |
Disable the auto-rewriting of media links to S3 |
|
enable ( $args, $assoc_args ) |
Ensable the auto-rewriting of media links to S3 |
|
generate_iam_policy ( ) |
Create AWS IAM Policy that S3 Uploads requires |
|
ls ( $args ) |
List files in the S3 bukcet |
|
migrate_attachment_to_s3 ( $args, $args_assoc ) |
Migrate a single attachment's files to S3 |
|
migrate_attachments_to_s3 ( $args, $args_assoc ) |
|
|
rm ( $args, $args_assoc ) |
Delete files from S3 |
|
upload_directory ( $args, $args_assoc ) |
Upload a directory to S3 |
|
verify_api_keys ( ) |
Verifies the API keys entered will work for writing and deleting from S3. |
|