开发者 | elegantmodules |
---|---|
更新时间 | 2020年6月15日 23:11 |
WordPress版本: | 5.3 |
版权: | GPLv2 |
版权网址: | 版权信息 |
syncs3-lite
to the /wp-content/plugins/
directoryFirst, install and activate the plugin. Next, configure your global Amazon AWS settings. These are found in your wp-admin, under Forms --> Settings. This is where you'll enter your AWS Access Key, Secret Key, Region, and Bucket name. If you more control over which accounts files are sent to, SyncS3 Pro allows you to send different file upload fields to different accounts or buckets. Finally, open the Gravity Forms editor for the file-upload field you want to push to S3. In the Advanced tab, enable the Uploads to S3 field setting, and update your form. SyncS3 will now push files submitted via that field to your Amazon S3 bucket when a user submits the form.
If you have any questions or need any help, please get in touch with us on our website.
{s3urls}
merge tagSyncS3Addon->process_entry()
from gform_after_submission
to gform_entry_created
. The former occurs too late in the process, which wouldn't allow for using the S3 URLs in the {s3urls} merge tag.SyncS3Addon->process_entry()
from gform_after_submission
to gform_entry_created
. The former occurs too late in the process, which wouldn't allow for using the S3 URLs in the {s3urls} merge tag.