Skip to content

IAUP Configuration

File:

plugins/ItemsAdderUploadPlus/config.yml
KeyRequiredNotes
s3.bucketyesBucket name.
s3.access_keyyesUpload credential.
s3.secret_keyyesUpload secret.
s3.region or s3.endpointyesAt least one must be set.
  • global.uid: generated if empty; usable in path_scheme.
  • global.output_file: default plugins/ItemsAdder/output/generated.zip.
  • global.update_itemsadder_config: writes ItemsAdder external-host URL.
  • global.auto_upload_on_pack: listens for ItemsAdder pack compressed event.
  • global.auto_iareload_after_manual_upload: dispatches /iareload after manual upload.
  • global.auto_iareload_after_auto_upload: dispatches /iareload after automatic upload.
  • global.itemsadder_config_path: optional config path override.
  • endpoint: custom S3 endpoint.
  • region: AWS/provider region.
  • session_token: optional temporary credential token.
  • path_scheme: supports {uid}, {file}, {name}, {ext}, {date}, {ts}.
  • path_style: enable path-style endpoint URLs.
  • acl: public-read, private, bucket-owner-full-control, bucket-owner-read, public-read-write, or none.
  • use_presigned_url: generate signed GET URL.
  • presigned_expiry_seconds: signed URL expiry.
  • public_url_base: CDN/custom public base URL.