Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add link for AWS CLI


How to upload to a DPEL project

...

Files under 5 GB can be uploaded using the command "curl -X PUT", along the lines of:

curl -X PUT -H "X-amz-acl: bucket-owner-full-control" -T $SOURCE_FILE $UPLOAD_BUCKET_URL/$PROJECT_NAME/$FINAL_FILE_NAMEĀ 

... where $FINAL_FILE_NAME is the file name that users will see.

Files over 5 GB will need to be uploaded using the aws command line interface, or a similar tool.

You may wish to include a version number in your file names.

...