snipsco/snips-nlu-rs

S3 Access Denied Error

kiliankoe opened this issue · 4 comments

Hi, on trying to build the Swift library in snips-nlu-ffi/swift the build script tries to download a file via curl -s https://s3.amazonaws.com/snips/snips-nlu-dev/snips-nlu-ios.0.58.0-SNAPSHOT.tgz. This then fails on trying to extract the archive.

When trying to manually debug this and download the archive, I get the following response.

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>B0F1298F8121AAEE</RequestId><HostId>g899i0XBMKQWq3iEp0nS9zyiTgpc6gv8fPMnPsnczAzAqbCbIUmYFTXOfrMOMoQQHFxlm3ORMSA=</HostId></Error>%

Hi @kiliankoe , It looks like the assets are not there indeed.
We will fix this and keep you updated once it's done.
Thanks for reporting this.
Adrien

Awesome, thanks for the update 😊

Hi there,

any update on this one? Seems like I have the same problem with https://s3.amazonaws.com/snips/snips-nlu-dev/snips-nlu-ios.0.61.0-SNAPSHOT.tgz

Regards,
Christian

Hey, we apologize for the delay but finally fixed this one! We deployed the latest version on S3 (0.61.0) and now the Swift wrapper should work properly both on iOS and macOS.

Quick reminder: you should be on the 0.61.0 tag or on master to try and not on develop