You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see that for APKs, a trailing slash is expected, and for files, it is not. This means that files get uploaded to subdirectory (with a 0-length title) of the directory that the APKs/IPAs get uploaded to.
For reference, this is what our invocation looks like -
The default value of s3_path for APKs and IPAs is
"#{version_code}_#{version_name}/" unless s3_path
The default value of s3_path for files is
"files" unless s3_path
You can see that for APKs, a trailing slash is expected, and for files, it is not. This means that files get uploaded to subdirectory (with a 0-length title) of the directory that the APKs/IPAs get uploaded to.
For reference, this is what our invocation looks like -
The text was updated successfully, but these errors were encountered: