Skip to content

Releases: BlaineMoore/s3-secure-url

v1.2.0

04 Jun 19:53
Compare
Choose a tag to compare

This release adds the ability to choose any S3-Compatible Server as an endpoint, not just AWS US-East 1 (s3.amazonaws.com).

There is a new setting on the options page that lists the AWS and Wasabi endpoints that are currently available. If none is chosen, it will gracefully default to s3.amazonaws.com so updating the plugin will not break current installations and everything will work exactly as before.

You may also enter a custom end point, so if you wish to use an S3-Compatible Server that is not included in the dropdown, just enter the server URL on the options page.

v1.1.0

18 Dec 22:45
Compare
Choose a tag to compare

Added the new urlformat parameter to the [s3secureurl] shortcode which accepts one of 3 arguments:

  1. domain : This will force it to use the provided bucket name as a domain name
  2. folder : This will force it to use the provided bucket name as a subfolder of s3.amazonaws.com
  3. default: This can be anything (or no argument provided) in which case it will try to determine if the bucket name is a resolvable URL based on a regular expression and if so it will treat it as a domain, otherwise as a folder. In cases where it guesses wrong, you'll have to explicitly tell it what to do.

The problem is that SSL isn't working right for the bucket subdomains anymore.

v1.0.2

31 Jul 19:10
284600f
Compare
Choose a tag to compare

Updates to prevent warnings and errors in modern PHP versions, and to work w/existing code using the file parameter instead of the target parameter.