lib/filestack/config.rb in filestack-2.2.0 vs lib/filestack/config.rb in filestack-2.2.1
- old
+ new
@@ -5,13 +5,13 @@
class FilestackConfig
API_URL = 'https://www.filestackapi.com/api'.freeze
CDN_URL = 'https://cdn.filestackcontent.com'.freeze
PROCESS_URL = 'https://process.filestackapi.com'.freeze
- MULTIPART_START_URL = 'https://rc-upload.filestackapi.com/multipart/start'.freeze
- MULTIPART_UPLOAD_URL = 'https://rc-upload.filestackapi.com/multipart/upload'.freeze
- MULTIPART_COMMIT_URL = 'https://rc-upload.filestackapi.com/multipart/commit'.freeze
- MULTIPART_COMPLETE_URL = 'https://rc-upload.filestackapi.com/multipart/complete'.freeze
+ MULTIPART_START_URL = 'https://upload.filestackapi.com/multipart/start'.freeze
+ MULTIPART_UPLOAD_URL = 'https://upload.filestackapi.com/multipart/upload'.freeze
+ MULTIPART_COMMIT_URL = 'https://upload.filestackapi.com/multipart/commit'.freeze
+ MULTIPART_COMPLETE_URL = 'https://upload.filestackapi.com/multipart/complete'.freeze
MULTIPART_PARAMS = %w[
store_location store_region store_container
store_path store_access
].freeze