Search found 4 matches
- Tue Oct 22, 2019 12:10 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using Objectstore (S3-like storage) in livecode
- Replies: 10
- Views: 6442
Re: Using Objectstore (S3-like storage) in livecode
since I don't do anything with what you are talking about, but Lc can execute stuff from the cli so why not call your already made bash scripts from inside the program to do whatever it is your trying to do? Thank you for the hint, I didn't know that you can integrate this. Unfortunately for my cas...
- Tue Oct 22, 2019 9:41 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using Objectstore (S3-like storage) in livecode
- Replies: 10
- Views: 6442
Re: Using Objectstore (S3-like storage) in livecode
Thanks again for all your answers and clarifications If you already have a solution, what parts are you currently looking for? Which of those are not currently supported in your existing scripts? And would the REST API work for your use-case, or does your app specifically require the SDK? My post be...
- Mon Oct 21, 2019 9:30 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using Objectstore (S3-like storage) in livecode
- Replies: 10
- Views: 6442
Re: Using Objectstore (S3-like storage) in livecode
Thank you all for your fast replies. @bogs: Thank you for the clarification. In this case I missunderstood the situation @FourthWorld So do you want S3, or an object store for Google Cloud, or Microsoft Azure, or do you want something portable? S3 is a defacto standard and used by many providers and...
- Sun Oct 20, 2019 12:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using Objectstore (S3-like storage) in livecode
- Replies: 10
- Views: 6442
Using Objectstore (S3-like storage) in livecode
Hi There I'm new to livecode and developed some simple apps till now with it. Now for my new project, I like to use S3-like objectstore. There are a lot of interesting providers that have S3-like objectstore, so you don't depend on Amazon. Unfortunately, I can't find any information about it. Not ev...