Re: Amazon S3 access
David Shaffer <[email protected]> Tue, 19 Jul 2022 19:22:27 -0400
| Newsgroups | gmane.comp.lang.smalltalk.vwnc |
|---|---|
| Message-ID | <[email protected]> |
I couldn’t ever find any documentation. I mostly had to guess. A good starting point is to look at the class hierarchy rooted at CFAWSService. You’ll see the construction protocol on the class side there. Then, if you look at specific subclasses such as CFSimpleStorageService you’ll see the service-specific API. I don’t think Cloudfork-All includes SNS support. I’m pretty sure that I had to write this service and I was only interested in using SNS to send text messages so that’s the only method I implemented. That being said, if you’re looking for SNS let me know and I’ll replicate that as well. I think I was embarrassed to put it out there because I really didn’t care to implement the whole API ;) David > On Jul 19, 2022, at 4:29 PM, Mark Pirogovsky <[email protected]> wrote: > > Great, > Thank you David. > Do you have any write ups for those tools or something else to get started? > Couple of web sites mentioned in there do not exists and some other that I found do not provide clear path. > > Thanks in advance > truly, > -- > Mark > > David Shaffer wrote: >> I just replicated my more recent changes (probably hacks, sorry). >> >>> On Jul 19, 2022, at 3:31 PM, Mark Pirogovsky <[email protected]> wrote: >>> >>> Thank you David, >>> That is great. >>> The latest listed in the public store is: >>> >>> Cloudfork-All (emm.120.7) Development >>> --- Blessed: Development >>> --- By: shaffer >>> --- On Jun 28, 2018 10:50:06 AM >>> >>> I will give it a try. >>> >>> Regards, >>> -- >>> Mark Pirogovsky >>> >>> David Shaffer wrote: >>>> Cloudfork (available on the Cincom Public Store Repository) has worked well for me. I use its S3, SQS and SNS support regularly. I think I’ve had to patch things here and there (TLS related stuff?) but, if I did, I posted the updates to the repo. The latest version of Cloudfork-All in my local repo is “emm120.9,shaffer”. If I haven’t replicated that to the public repo, just let me know. >>>> >>>> Best, >>>> >>>> David >>>> >>>>> On Jul 19, 2022, at 2:55 PM, Mark Pirogovsky <[email protected]> wrote: >>>>> >>>>> Hello All, >>>>> I am trying to figure out the way to access AWS S3 buckets from the VW. >>>>> Does any body have any experience with it ? >>>>> Thanks >>>>> -- >>>>> Mark Pirogovsky >