Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add contribution form


How to propose a DPEL asset donation

Please fill out our DPEL Contribution Form.


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.

...